home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / rebound.swf / scripts / frame_8 / PlaceObject2_211_59 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2006-06-13  |  166 b   |  8 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.reboundcounts >= _root.endcounts)
  3.    {
  4.       _root.reboundbar.gotoAndStop(2);
  5.       _root.gotoAndStop("gameover");
  6.    }
  7. }
  8.